Filename: /text/sbasic/shared/03090400.xhp
(section: weitere)
Statements that do not belong to any of the other runtime categories are described here.
ここでは、その他のカテゴリに分類されていないステートメントについて説明します。(par_id3154923.2)
(embed text/sbasic/shared/03090401.xhp#call : linkinfo)
Transfers the control of the program to a subroutine, a function, or a DLL procedure.
プログラムの制御を、サブルーチン、関数、DLL プロシージャーなどに渡します。(par_id3153394.2)
(/embed text/sbasic/shared/03090401.xhp#call)
(embed text/sbasic/shared/03090402.xhp#choose : linkinfo)
Returns a selected value from a list of arguments.
引数のリストの中から、指定された値を返します。(par_id3149234.2)
(/embed text/sbasic/shared/03090402.xhp#choose)
(embed text/sbasic/shared/03090403.xhp#declare : linkinfo)
Declares and defines a subroutine in a DLL file that you want to execute from Office Basic.
Office Basic から実行する DLL ファイル内のサブルーチンの宣言と定義を行います。(par_id3145316.2)
(/embed text/sbasic/shared/03090403.xhp#declare)
(embed text/sbasic/shared/03090404.xhp#end : linkinfo)
Ends a procedure or block.
プロシージャーやブロックの終了を宣言します。(par_id3153126.2)
(/embed text/sbasic/shared/03090404.xhp#end)
(embed text/sbasic/shared/03090412.xhp#exit : linkinfo)
Exits a Do...Loop, For...Next, a function, or a subroutine.
Do...Loop、For...Next、関数、サブルーチンなどを強制的に終了させます。(par_id3153394.2)
(/embed text/sbasic/shared/03090412.xhp#exit)
(embed text/sbasic/shared/03090405.xhp#freelibrary : linkinfo)
Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: Declare
Declare ステートメントで読み込んだ DLL を解放します。解放後の DLL は、その中の関数が呼び出された場合、自動的に再読み込みされます。次も参照してください:Declare(par_id3147559.2)
(/embed text/sbasic/shared/03090405.xhp#freelibrary)
(embed text/sbasic/shared/03090406.xhp#function : linkinfo)
Defines a subroutine that can be used as an expression to determine a return type.
処理結果を戻り値として返すサブルーチンを定義します。(par_id3159158.2)
(/embed text/sbasic/shared/03090406.xhp#function)
(embed text/sbasic/shared/03090407.xhp#rem : linkinfo)
Specifies that a program line is a comment.
プログラム行中のコメント文を指定します。(par_id3153525.2)
(/embed text/sbasic/shared/03090407.xhp#rem)
(embed text/sbasic/shared/03090408.xhp#stop : linkinfo)
Stops the execution of the Basic program.
Basic プログラムの実行を停止させます。(par_id3154142.2)
(/embed text/sbasic/shared/03090408.xhp#stop)
(embed text/sbasic/shared/03090409.xhp#sub : linkinfo)
Defines a subroutine.
サブルーチンを定義します。(par_id3153311.2)
(/embed text/sbasic/shared/03090409.xhp#sub)
(embed text/sbasic/shared/03090410.xhp#switch : linkinfo)
Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function.
表式と値のペアを引数として、これら引数のリストを対象とした判定処理を行います。Switch 関数は、与えられた表式がどの引数に該当するかを判定して、対応する値を返します。(par_id3148522.2)
(/embed text/sbasic/shared/03090410.xhp#switch)
(embed text/sbasic/shared/03090411.xhp#with : linkinfo)
Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached.
特定のオブジェクトを、デフォルトオブジェクトとして設定します。End With ステートメントまでのコード行では、オブジェクト名を明示しない限り、すべての属性やメソッドはこのデフォルトオブジェクトを参照しているものと見なされます。(par_id3159158.2)
(/embed text/sbasic/shared/03090411.xhp#with)